home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1997 August / Oasis demo.iso / Office / Claris13 / CLARIS.CST / 00088_Script_88 < prev    next >
Text File  |  1997-03-20  |  141b  |  13 lines

  1. on soundhan
  2.   global soundon
  3.   if soundon = "0" then
  4.     put "user"
  5.     checkplaysnd
  6.   else
  7.    abort
  8.   end if
  9.   
  10.   
  11. end soundon
  12.  
  13.